Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / GetFileListByType Method / GetFileListByType(String[]) Method
The type of the relation file.


In This Topic
GetFileListByType(String[]) Method
In This Topic
Gets the relation file list by type.
Syntax
'Declaration
 
Public Overloads Function GetFileListByType( _
   ByVal type() As String _
) As XFile()
 
'Usage
 
Dim instance As XFile
Dim type() As String
Dim value() As XFile
 
value = instance.GetFileListByType(type)

Parameters

type
The type of the relation file.

Return Value

Returns the list of relation file.
See Also